home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / makefiles / mk. < prev    next >
Text File  |  1992-08-31  |  310b  |  17 lines

  1. #
  2. # Makefile that sets machine-specific variables and rules 
  3. #
  4. #
  5. # A machine-specific makefile is included by all other makefiles.
  6. #
  7.  
  8. all install installh clean distclean:    trouble
  9.  
  10. trouble:
  11.     @echo 'Assuming CPU=iris4 ; you should setenv CPU iris4'
  12.  
  13. CPU = iris4
  14. MACHTYPE = sgi
  15. RANLIB = :
  16. INSTALL = /etc/install
  17.